Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FNGPRINT & SPIFFS fixes #119

Merged
merged 5 commits into from
May 6, 2019
Merged

FNGPRINT & SPIFFS fixes #119

merged 5 commits into from
May 6, 2019

Conversation

Onno-Dirkzwager
Copy link
Collaborator

FNGPRINT
Fix ESP32 errors caused by my previous PR #118 (Reenabled fingerprint for backwards compatibility)
#if HTTPS_8266_TYPE == FNGPRINT
should have been: #if defined ESP8266 && HTTPS_8266_TYPE == FNGPRINT

SPIFFS

  • On the ESP8266 SPIFFS just works whether their was a previous partition or not.
  • On the ESP32 it is necessary to format SPIFFS the first time you run. Otherwise SPIFFS cannot be used to store certificates.
    E (4881) SPIFFS: mount failed, -10025

@Onno-Dirkzwager Onno-Dirkzwager merged commit b780a1c into iotappstory:master May 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant